Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
Python
1) 2D Graphics
2) Application
3) Buildin Function
4) Class
5) Data Structure
6) Data Type
7) Database
8) Development
9) Dictionary
10) Event
11) Exception
12) File
13) Function
14) GUI Pmw
15) GUI Tk
16) Language Basics
17) List
18) Math
19) Network
20) String
21) System
22) Thread
23) Tuple
24) Utility
25) XML
Buildin Function
1) A generator function
2) A sentence is split up into a list of words
3) Add iterator behavior to your classes
4) Assigning Consecutive Values
5) Built-in function len()
6) Built-in function len() returns the length of a string
7) Change string to a list
8) Change string to a list and Reference its index
9) Compute prime numbers in Python
10) Convert Float number
11) Convert string to a list and add them together
12) Demo the range function
13) Demonstrates the range() function
14) Demonstrates the range() function with negative step
15) Difference between zip and map
16) Dir() does not list the names of built-in functions and variables
17) Dir() Function
18) Displaying location, type and value for a sum
19) Do a map on list
20) Eval function
21) Fibonacci sequences using generators
22) Filer with lambda function and range
23) Filter demo
24) For statement calls iter() on the container object
25) Functional Programming Tools
26) Generator Expressions
27) Generators
28) Here are two ways to write a table of squares and cubes
29) In a range
30) In can be applied to any iterable object
31) In function demo
32) Input and Output
33) Iter
34) Join list to a string
35) Len() function
36) List comprehensions
37) Loop can be applied to any iterable object
38) Loop over a sequence in reverse
39) Loop over a sequence in sorted order
40) Loop over two or more sequences at the same time
41) Looping through a sequence
42) Map
43) Next() raises a StopIteration exception tellint the for loop to terminate
44) Ord function demo
45) Output Formatting
46) Printing ASCII
47) Range function with steps
48) Range with step
49) Range() Function
50) Range() function with step
51) Read element in a zipped list
52) Reduce
53) Reduce function with add
54) Remove an item from a list given its index instead of its value
55) Str Function
56) Str() and repr()
57) The dir Function
58) The repr() of a string adds string quotes and backslashes
59) Use int function
60) Use int()
61) Use map
62) Used by echoes
63) Used by print
64) Why Use str on a doc string
65) Yield statement
66) Yield statement works with for loop
67) Zfill()
68) Zip a two lists
69) Zip function demo
70) Zip three tuples